home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / TABOOKPRINT / TABOOKPRINT.txt
Text File  |  2004-10-12  |  2KB  |  111 lines

  1. object ABookPrint: TABookPrint
  2.   Left = 200
  3.   Top = 108
  4.   HelpContext = 14048
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Print Address Book'
  8.   ClientHeight = 240
  9.   ClientWidth = 353
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object GroupBox1: TGroupBox
  23.     Left = 8
  24.     Top = 8
  25.     Width = 337
  26.     Height = 49
  27.     Caption = '&Printer'
  28.     TabOrder = 0
  29.     object cbPrinter: TComboBox
  30.       Left = 8
  31.       Top = 18
  32.       Width = 233
  33.       Height = 21
  34.       Style = csDropDownList
  35.       ItemHeight = 13
  36.       TabOrder = 0
  37.     end
  38.     object Button1: TButton
  39.       Left = 248
  40.       Top = 16
  41.       Width = 81
  42.       Height = 25
  43.       Caption = '&Setup...'
  44.       TabOrder = 1
  45.       OnClick = Button1Click
  46.     end
  47.   end
  48.   object rgStyle: TRadioGroup
  49.     Left = 8
  50.     Top = 64
  51.     Width = 337
  52.     Height = 81
  53.     Caption = 'Output style'
  54.     Columns = 2
  55.     ItemIndex = 0
  56.     Items.Strings = (
  57.       '&Memo'
  58.       '&Business card'
  59.       '&Telephone list'
  60.       '&Address list')
  61.     TabOrder = 1
  62.   end
  63.   object bOK: TButton
  64.     Left = 88
  65.     Top = 208
  66.     Width = 75
  67.     Height = 25
  68.     Caption = '&OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 2
  72.     OnClick = bOKClick
  73.   end
  74.   object bCancel: TButton
  75.     Left = 176
  76.     Top = 208
  77.     Width = 75
  78.     Height = 25
  79.     Cancel = True
  80.     Caption = 'Cancel'
  81.     ModalResult = 2
  82.     TabOrder = 3
  83.   end
  84.   object rgRange: TRadioGroup
  85.     Left = 8
  86.     Top = 152
  87.     Width = 337
  88.     Height = 41
  89.     Caption = 'Range'
  90.     Columns = 2
  91.     ItemIndex = 0
  92.     Items.Strings = (
  93.       '&Selection only'
  94.       '&Entire list')
  95.     TabOrder = 4
  96.   end
  97.   object bHelp: TButton
  98.     Left = 264
  99.     Top = 208
  100.     Width = 75
  101.     Height = 25
  102.     Caption = 'Help'
  103.     TabOrder = 5
  104.     OnClick = bHelpClick
  105.   end
  106.   object dPrinterSetup: TPrinterSetupDialog
  107.     Left = 8
  108.     Top = 208
  109.   end
  110. end
  111.